{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Problem Definition\n", "A gold seeker needs to find at least 2 kg of bronze and 3 kg of copper to pay his gambling debts. There are two rivers in\n", "which the miner can find these precious metals. Each day the miner spends in river A, he finds 0.3 kg of bronze and 0.3\n", "kg of copper while each day he spends in river B, he finds 0.2 kg of bronze and 0.4 kg of copper.\n", "\n", "*Can you help this gold seeker decide how many days to spend in each day to pay his debts as soon as possible?*" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.4" } }, "nbformat": 4, "nbformat_minor": 2 }